/**************************************************************
 * 
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 * 
 *   http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 * 
 *************************************************************/



#ifndef ADC_DISPLAY_HTML_STRCONST_HXX
#define ADC_DISPLAY_HTML_STRCONST_HXX


const char * const C_sDIR_NamespacesCpp = "names";
const char * const C_sDIR_Index = "index-files";   // Convention recognised by Javadoc

const char * const C_sPath_Index = "index-files/index-1.html";   // Convention recognised by Javadoc

const char * const C_sHFN_Css           = "cpp.css";
const char * const C_sHFN_Overview      = "index.html";
const char * const C_sHFN_Help          = "help.html";

const char * const C_sHFN_Namespace     = "index.html";

const char * const C_sTitle_SubNamespaces   = "Nested Namespaces";
const char * const C_sTitle_Classes         = "Classes";
const char * const C_sTitle_Structs         = "Structs";
const char * const C_sTitle_Unions          = "Unions";
const char * const C_sTitle_Enums           = "Enums";
const char * const C_sTitle_Typedefs        = "Typedefs";
const char * const C_sTitle_Operations      = "Functions";
const char * const C_sTitle_Constants       = "Constants";
const char * const C_sTitle_Variables       = "Variables";
const char * const C_sTitle_EnumValues      = "Values";

const char * const C_sLabel_SubNamespaces   = "subnsps";
const char * const C_sLabel_Classes         = "classes";
const char * const C_sLabel_Structs         = "structs";
const char * const C_sLabel_Unions          = "unions";
const char * const C_sLabel_Enums           = "enums";
const char * const C_sLabel_Typedefs        = "tydefs";
const char * const C_sLabel_Operations      = "ops";
const char * const C_sLabel_Constants       = "consts";
const char * const C_sLabel_Variables       = "vars";
const char * const C_sLabel_EnumValues      = "envals";

const char * const C_sHFTitle_Overview              = "C++ Reference Documentation Overview";
const char * const C_sHFTitle_Help                  = "How This Reference Document Is Organized";

const char * const C_sHFTitle_GlobalNamespaceCpp    = "Global Namespace in C++";
const char * const C_sHFTypeTitle_Namespace         = "namespace";
const char * const C_sHFTypeTitle_Class             = "class";
const char * const C_sHFTypeTitle_Struct            = "struct";
const char * const C_sHFTypeTitle_Union             = "union";
const char * const C_sHFTypeTitle_Enum              = "enum";
const char * const C_sHFTypeTitle_Typedef           = "typedef";


#endif

