NBash
514 строк · 32.7 Кб
1/*
2@licstart The following is the entire license notice for the JavaScript code in this file.
3
4The MIT License (MIT)
5
6Copyright (C) 1997-2020 by Dimitri van Heesch
7
8Permission is hereby granted, free of charge, to any person obtaining a copy of this software
9and associated documentation files (the "Software"), to deal in the Software without restriction,
10including without limitation the rights to use, copy, modify, merge, publish, distribute,
11sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
12furnished to do so, subject to the following conditions:
13
14The above copyright notice and this permission notice shall be included in all copies or
15substantial portions of the Software.
16
17THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
18BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
20DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
21OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
23@licend The above is the entire license notice for the JavaScript code in this file
24*/
25var NAVTREE =26[
27[ "Doxygen", "index.html", [28[ "Overview", "index.html", null ],29[ "Installation", "install.html", [30[ "Compiling from source on UNIX", "install.html#install_src_unix", null ],31[ "Installing the binaries on UNIX", "install.html#install_bin_unix", null ],32[ "Compiling from source on Windows", "install.html#install_src_windows", null ],33[ "Installing the binaries on Windows", "install.html#install_bin_windows", null ]34] ],35[ "Getting started", "starting.html", [36[ "Step 0: Check if doxygen supports your programming/hardware description language", "starting.html#step0", null ],37[ "Step 1: Creating a configuration file", "starting.html#step1", null ],38[ "Step 2: Running doxygen", "starting.html#step2", [39[ "HTML output", "starting.html#html_out", null ],40[ "LaTeX output", "starting.html#latex_out", null ],41[ "RTF output", "starting.html#rtf_out", null ],42[ "XML output", "starting.html#xml_out", null ],43[ "Man page output", "starting.html#man_out", null ],44[ "DocBook output", "starting.html#docbook_out", null ]45] ],46[ "Step 3: Documenting the sources", "starting.html#step3", null ]47] ],48[ "Documenting the code", "docblocks.html", [49[ "Special comment blocks", "docblocks.html#specialblock", [50[ "Comment blocks for C-like languages (C/C++/C#/Objective-C/PHP/Java)", "docblocks.html#cppblock", [51[ "Putting documentation after members", "docblocks.html#memberdoc", null ],52[ "Examples", "docblocks.html#docexamples", null ],53[ "Documentation at other places", "docblocks.html#structuralcommands", null ]54] ],55[ "Comment blocks in Python", "docblocks.html#pythonblocks", null ],56[ "Comment blocks in VHDL", "docblocks.html#vhdlblocks", null ],57[ "Comment blocks in Fortran", "docblocks.html#fortranblocks", null ]58] ],59[ "Anatomy of a comment block", "docblocks.html#docstructure", null ]60] ],61[ "Additional Documentation", "additional.html", [62[ "Custom Pages", "additional.html#custom_pages", null ],63[ "Scaling Up", "additional.html#scaling", [64[ "Automatically Adding Files", "additional.html#automatically_adding_files", null ],65[ "Side Panel Treeview", "additional.html#treeview", null ]66] ]67] ],68[ "Markdown support", "markdown.html", [69[ "Standard Markdown", "markdown.html#markdown_std", [70[ "Paragraphs", "markdown.html#md_para", null ],71[ "Headers", "markdown.html#md_headers", null ],72[ "Block quotes", "markdown.html#md_blockquotes", null ],73[ "Lists", "markdown.html#md_lists", null ],74[ "Code Blocks", "markdown.html#md_codeblock", null ],75[ "Horizontal Rulers", "markdown.html#md_rulers", null ],76[ "Emphasis", "markdown.html#md_emphasis", null ],77[ "Strikethrough", "markdown.html#md_strikethrough", null ],78[ "code spans", "markdown.html#md_codespan", null ],79[ "Links", "markdown.html#md_links", [80[ "Inline Links", "markdown.html#md_inlinelinks", null ],81[ "Reference Links", "markdown.html#md_reflinks", null ]82] ],83[ "Images", "markdown.html#md_images", null ],84[ "Automatic Linking", "markdown.html#md_autolink", null ]85] ],86[ "Markdown Extensions", "markdown.html#markdown_extra", [87[ "Table of Contents", "markdown.html#md_toc", null ],88[ "Tables", "markdown.html#md_tables", null ],89[ "Fenced Code Blocks", "markdown.html#md_fenced", null ],90[ "Header Id Attributes", "markdown.html#md_header_id", null ],91[ "Image Attributes", "markdown.html#md_image_attributes", null ]92] ],93[ "Doxygen specifics", "markdown.html#markdown_dox", [94[ "Including Markdown files as pages", "markdown.html#md_page_header", null ],95[ "Treatment of HTML blocks", "markdown.html#md_html_blocks", null ],96[ "Code Block Indentation", "markdown.html#mddox_code_blocks", null ],97[ "Emphasis and strikethrough limits", "markdown.html#mddox_emph_spans", null ],98[ "Code Spans Limits", "markdown.html#mddox_code_spans", null ],99[ "Lists Extensions", "markdown.html#mddox_lists", null ],100[ "Use of asterisks", "markdown.html#mddox_stars", null ],101[ "Limits on markup scope", "markdown.html#mddox_limits", null ],102[ "Support for GitHub Alerts", "markdown.html#mddox_github_alerts", null ]103] ],104[ "Debugging problems", "markdown.html#markdown_debug", null ]105] ],106[ "Lists", "lists.html", null ],107[ "Grouping", "grouping.html", [108[ "Topics", "grouping.html#topics", null ],109[ "Member Groups", "grouping.html#memgroup", null ],110[ "Subpaging", "grouping.html#subpaging", null ]111] ],112[ "Including formulas", "formulas.html", null ],113[ "Including tables", "tables.html", null ],114[ "Graphs and diagrams", "diagrams.html", null ],115[ "Preprocessing", "preprocessing.html", null ],116[ "Automatic link generation", "autolink.html", [117[ "Links to web pages and mail addresses", "autolink.html#linkurl", null ],118[ "Links to classes", "autolink.html#linkclass", null ],119[ "Links to files", "autolink.html#linkfile", null ],120[ "Links to functions", "autolink.html#linkfunc", null ],121[ "Links to other members", "autolink.html#linkother", null ],122[ "typedefs", "autolink.html#resolving", null ]123] ],124[ "Output Formats", "output.html", null ],125[ "Searching", "searching.html", "searching" ],126[ "Customizing the output", "customize.html", [127[ "Minor Tweaks", "customize.html#minor_tweaks", [128[ "Overall Color", "customize.html#minor_tweaks_colors", null ],129[ "Navigation", "customize.html#minor_tweaks_treeview", null ],130[ "Dynamic Content", "customize.html#minor_tweaks_dynsection", null ],131[ "Header, Footer, and Stylesheet changes", "customize.html#minor_tweaks_header_css", null ]132] ],133[ "Changing the layout of pages", "customize.html#layout", null ],134[ "Using the XML output", "customize.html#xmlgenerator", null ]135] ],136[ "Custom Commands", "custcmd.html", [137[ "Simple aliases", "custcmd.html#custcmd_simple", null ],138[ "Aliases with arguments", "custcmd.html#custcmd_complex", null ],139[ "Nesting custom command", "custcmd.html#custcmd_nesting", null ]140] ],141[ "Linking to external documentation", "external.html", null ],142[ "Frequently Asked Questions", "faq.html", [143[ "How to get information on the index page in HTML?", "faq.html#faq_index", null ],144[ "Help, some/all of the members of my class / file / namespace are not documented?", "faq.html#fac_al", null ],145[ "When I set EXTRACT_ALL to NO none of my functions are shown in the documentation.", "faq.html#faq_extract_all", null ],146[ "My file with a custom extension is not parsed (properly) (anymore).", "faq.html#faq_ext_mapping", null ],147[ "How can I make doxygen ignore some code fragment?", "faq.html#faq_code", null ],148[ "How can I change what is after the #include in the class documentation?", "faq.html#faq_code_inc", null ],149[ "How can I use tag files in combination with compressed HTML?", "faq.html#faq_chm", null ],150[ "I don't like the quick index that is put above each HTML page, what do I do?", "faq.html#faq_html", null ],151[ "The overall HTML output looks different, while I only wanted to use my own html header file", "faq.html#faq_html_header", null ],152[ "Why does doxygen use Qt?", "faq.html#faq_use_qt", null ],153[ "How can I exclude all test directories from my directory tree?", "faq.html#faq_excl_dir", null ],154[ "Doxygen automatically generates a link to the class MyClass somewhere in the running text....", "faq.html#faq_class", null ],155[ "My favorite programming language is X. Can I still use doxygen?", "faq.html#faq_pgm_X", null ],156[ "Help! I get the cryptic message \"input buffer overflow, can't enlarge buffer because scanner uses REJ...", "faq.html#faq_lex", null ],157[ "When running make in the latex directory I get \"TeX capacity exceeded\". Now what?", "faq.html#faq_latex", null ],158[ "Why are dependencies via STL classes not shown in the dot graphs?", "faq.html#faq_stl", null ],159[ "I have problems getting the search engine to work with PHP5 and/or windows", "faq.html#faq_search", null ],160[ "Can I configure doxygen from the command line?", "faq.html#faq_cmdline", null ],161[ "How did doxygen get its name?", "faq.html#faq_name", null ],162[ "What was the reason to develop doxygen?", "faq.html#faq_why", null ],163[ "How to prevent interleaved output", "faq.html#faq_bin", null ]164] ],165[ "Troubleshooting", "trouble.html", [166[ "Known Problems", "trouble.html#knowproblems", null ],167[ "How to Help", "trouble.html#howtohelp", null ],168[ "How to report a bug", "trouble.html#bug_reports", null ]169] ],170[ "Features", "features.html", null ],171[ "Doxygen usage", "doxygen_usage.html", [172[ "Fine-tuning the output", "doxygen_usage.html#doxygen_finetune", null ]173] ],174[ "Doxywizard usage", "doxywizard_usage.html", [175[ "Wizard tab", "doxywizard_usage.html#dw_wizard", [176[ "Project settings", "doxywizard_usage.html#dw_wizard_project", null ],177[ "Mode of operating", "doxywizard_usage.html#dw_wizard_mode", null ],178[ "Output to produce", "doxywizard_usage.html#dw_wizard_output", null ],179[ "Diagrams to generate", "doxywizard_usage.html#dw_wizard_diagrams", null ]180] ],181[ "Expert tab", "doxywizard_usage.html#dw_expert", null ],182[ "Run tab", "doxywizard_usage.html#dw_run", null ],183[ "Menu options", "doxywizard_usage.html#dw_menu", [184[ "File menu", "doxywizard_usage.html#dw_menu_file", null ],185[ "Settings menu", "doxywizard_usage.html#dw_menu_settings", null ],186[ "Help menu", "doxywizard_usage.html#dw_menu_help", null ]187] ]188] ],189[ "Configuration", "config.html", [190[ "Format", "config.html#config_format", null ],191[ "Project related configuration options", "config.html#config_project", null ],192[ "Build related configuration options", "config.html#config_build", null ],193[ "Configuration options related to warning and progress messages", "config.html#config_messages", null ],194[ "Configuration options related to the input files", "config.html#config_input", null ],195[ "Configuration options related to source browsing", "config.html#config_source_browser", null ],196[ "Configuration options related to the alphabetical class index", "config.html#config_index", null ],197[ "Configuration options related to the HTML output", "config.html#config_html", null ],198[ "Configuration options related to the LaTeX output", "config.html#config_latex", null ],199[ "Configuration options related to the RTF output", "config.html#config_rtf", null ],200[ "Configuration options related to the man page output", "config.html#config_man", null ],201[ "Configuration options related to the XML output", "config.html#config_xml", null ],202[ "Configuration options related to the DOCBOOK output", "config.html#config_docbook", null ],203[ "Configuration options for the AutoGen Definitions output", "config.html#config_autogen", null ],204[ "Configuration options related to Sqlite3 output", "config.html#config_sqlite3", null ],205[ "Configuration options related to the Perl module output", "config.html#config_perlmod", null ],206[ "Configuration options related to the preprocessor", "config.html#config_preprocessor", null ],207[ "Configuration options related to external references", "config.html#config_external", null ],208[ "Configuration options related to diagram generator tools", "config.html#config_dot", null ],209[ "Examples", "config.html#config_examples", null ]210] ],211[ "Special Commands", "commands.html", [212[ "Introduction", "commands.html#cmd_intro", null ],213[ "\\addtogroup <name> [(title)]", "commands.html#cmdaddtogroup", null ],214[ "\\callgraph", "commands.html#cmdcallgraph", null ],215[ "\\hidecallgraph", "commands.html#cmdhidecallgraph", null ],216[ "\\callergraph", "commands.html#cmdcallergraph", null ],217[ "\\hidecallergraph", "commands.html#cmdhidecallergraph", null ],218[ "\\showrefby", "commands.html#cmdshowrefby", null ],219[ "\\hiderefby", "commands.html#cmdhiderefby", null ],220[ "\\showrefs", "commands.html#cmdshowrefs", null ],221[ "\\hiderefs", "commands.html#cmdhiderefs", null ],222[ "\\showinlinesource", "commands.html#cmdshowinlinesource", null ],223[ "\\hideinlinesource", "commands.html#cmdhideinlinesource", null ],224[ "\\includegraph", "commands.html#cmdincludegraph", null ],225[ "\\hideincludegraph", "commands.html#cmdhideincludegraph", null ],226[ "\\includedbygraph", "commands.html#cmdincludedbygraph", null ],227[ "\\hideincludedbygraph", "commands.html#cmdhideincludedbygraph", null ],228[ "\\directorygraph", "commands.html#cmddirectorygraph", null ],229[ "\\hidedirectorygraph", "commands.html#cmdhidedirectorygraph", null ],230[ "\\collaborationgraph", "commands.html#cmdcollaborationgraph", null ],231[ "\\hidecollaborationgraph", "commands.html#cmdhidecollaborationgraph", null ],232[ "\\inheritancegraph['{option}']", "commands.html#cmdinheritancegraph", null ],233[ "\\hideinheritancegraph", "commands.html#cmdhideinheritancegraph", null ],234[ "\\groupgraph", "commands.html#cmdgroupgraph", null ],235[ "\\hidegroupgraph", "commands.html#cmdhidegroupgraph", null ],236[ "\\qualifier <label> | \"(text)\"", "commands.html#cmdqualifier", null ],237[ "\\category <name> [<header-file>] [<header-name>]", "commands.html#cmdcategory", null ],238[ "\\class <name> [<header-file>] [<header-name>]", "commands.html#cmdclass", null ],239[ "\\concept <name>", "commands.html#cmdconcept", null ],240[ "\\def <name>", "commands.html#cmddef", null ],241[ "\\defgroup <name> (group title)", "commands.html#cmddefgroup", null ],242[ "\\dir [<path fragment>]", "commands.html#cmddir", null ],243[ "\\enum <name>", "commands.html#cmdenum", null ],244[ "\\example['{lineno}'] <file-name>", "commands.html#cmdexample", null ],245[ "\\endinternal", "commands.html#cmdendinternal", null ],246[ "\\extends <name>", "commands.html#cmdextends", null ],247[ "\\file [<name>]", "commands.html#cmdfile", null ],248[ "\\fileinfo['{'option'}']", "commands.html#cmdfileinfo", null ],249[ "\\lineinfo", "commands.html#cmdlineinfo", null ],250[ "\\fn (function declaration)", "commands.html#cmdfn", null ],251[ "\\headerfile <header-file> [<header-name>]", "commands.html#cmdheaderfile", null ],252[ "\\hideinitializer", "commands.html#cmdhideinitializer", null ],253[ "\\idlexcept <name>", "commands.html#cmdidlexcept", null ],254[ "\\implements <name>", "commands.html#cmdimplements", null ],255[ "\\ingroup (<groupname> [<groupname>]*)", "commands.html#cmdingroup", null ],256[ "\\interface <name> [<header-file>] [<header-name>]", "commands.html#cmdinterface", null ],257[ "\\internal", "commands.html#cmdinternal", null ],258[ "\\mainpage [(title)]", "commands.html#cmdmainpage", null ],259[ "\\memberof <name>", "commands.html#cmdmemberof", null ],260[ "\\module <name>", "commands.html#cmdmodule", null ],261[ "\\name [(header)]", "commands.html#cmdname", null ],262[ "\\namespace <name>", "commands.html#cmdnamespace", null ],263[ "\\nosubgrouping", "commands.html#cmdnosubgrouping", null ],264[ "\\overload [(function declaration)]", "commands.html#cmdoverload", null ],265[ "\\package <name>", "commands.html#cmdpackage", null ],266[ "\\page <name> (title)", "commands.html#cmdpage", null ],267[ "\\private", "commands.html#cmdprivate", null ],268[ "\\privatesection", "commands.html#cmdprivatesection", null ],269[ "\\property (qualified property name)", "commands.html#cmdproperty", null ],270[ "\\protected", "commands.html#cmdprotected", null ],271[ "\\protectedsection", "commands.html#cmdprotectedsection", null ],272[ "\\protocol <name> [<header-file>] [<header-name>]", "commands.html#cmdprotocol", null ],273[ "\\public", "commands.html#cmdpublic", null ],274[ "\\publicsection", "commands.html#cmdpublicsection", null ],275[ "\\pure", "commands.html#cmdpure", null ],276[ "\\relates <name>", "commands.html#cmdrelates", null ],277[ "\\related <name>", "commands.html#cmdrelated", null ],278[ "\\relatesalso <name>", "commands.html#cmdrelatesalso", null ],279[ "\\relatedalso <name>", "commands.html#cmdrelatedalso", null ],280[ "\\showinitializer", "commands.html#cmdshowinitializer", null ],281[ "\\static", "commands.html#cmdstatic", null ],282[ "\\struct <name> [<header-file>] [<header-name>]", "commands.html#cmdstruct", null ],283[ "\\typedef (typedef declaration)", "commands.html#cmdtypedef", null ],284[ "\\union <name> [<header-file>] [<header-name>]", "commands.html#cmdunion", null ],285[ "\\var (variable declaration)", "commands.html#cmdvar", null ],286[ "\\vhdlflow [(title for the flow chart)]", "commands.html#cmdvhdlflow", null ],287[ "\\weakgroup <name> [(title)]", "commands.html#cmdweakgroup", null ],288[ "\\attention { attention text }", "commands.html#cmdattention", null ],289[ "\\author { list of authors }", "commands.html#cmdauthor", null ],290[ "\\authors { list of authors }", "commands.html#cmdauthors", null ],291[ "\\brief { brief description }", "commands.html#cmdbrief", null ],292[ "\\bug { bug description }", "commands.html#cmdbug", null ],293[ "\\cond [(section-label)]", "commands.html#cmdcond", null ],294[ "\\copyright { copyright description }", "commands.html#cmdcopyright", null ],295[ "\\date { date description }", "commands.html#cmddate", null ],296[ "\\showdate \"<format>\" [ <date_time> ]", "commands.html#cmdshowdate", null ],297[ "\\deprecated { description }", "commands.html#cmddeprecated", null ],298[ "\\details { detailed description }", "commands.html#cmddetails", null ],299[ "\\noop ( text to be ignored )", "commands.html#cmdnoop", null ],300[ "\\raisewarning ( text to be shown as warning )", "commands.html#cmdraisewarning", null ],301[ "\\else", "commands.html#cmdelse", null ],302[ "\\elseif (section-label)", "commands.html#cmdelseif", null ],303[ "\\endcond", "commands.html#cmdendcond", null ],304[ "\\endif", "commands.html#cmdendif", null ],305[ "\\exception <exception-object> { exception description }", "commands.html#cmdexception", null ],306[ "\\if (section-label)", "commands.html#cmdif", null ],307[ "\\ifnot (section-label)", "commands.html#cmdifnot", null ],308[ "\\important { important text }", "commands.html#cmdimportant", null ],309[ "\\invariant { description of invariant }", "commands.html#cmdinvariant", null ],310[ "\\note { text }", "commands.html#cmdnote", null ],311[ "\\par [(paragraph title)] { paragraph }", "commands.html#cmdpar", null ],312[ "\\param '['dir']' <parameter-name> { parameter description }", "commands.html#cmdparam", null ],313[ "\\parblock", "commands.html#cmdparblock", null ],314[ "\\endparblock", "commands.html#cmdendparblock", null ],315[ "\\tparam <template-parameter-name> { description }", "commands.html#cmdtparam", null ],316[ "\\post { description of the postcondition }", "commands.html#cmdpost", null ],317[ "\\pre { description of the precondition }", "commands.html#cmdpre", null ],318[ "\\remark { remark text }", "commands.html#cmdremark", null ],319[ "\\remarks { remark text }", "commands.html#cmdremarks", null ],320[ "\\result { description of the result value }", "commands.html#cmdresult", null ],321[ "\\return { description of the return value }", "commands.html#cmdreturn", null ],322[ "\\returns { description of the return value }", "commands.html#cmdreturns", null ],323[ "\\retval <return value> { description }", "commands.html#cmdretval", null ],324[ "\\sa { references }", "commands.html#cmdsa", null ],325[ "\\see { references }", "commands.html#cmdsee", null ],326[ "\\short { short description }", "commands.html#cmdshort", null ],327[ "\\since { text }", "commands.html#cmdsince", null ],328[ "\\test { paragraph describing a test case }", "commands.html#cmdtest", null ],329[ "\\throw <exception-object> { exception description }", "commands.html#cmdthrow", null ],330[ "\\throws <exception-object> { exception description }", "commands.html#cmdthrows", null ],331[ "\\todo { paragraph describing what is to be done }", "commands.html#cmdtodo", null ],332[ "\\version { version number }", "commands.html#cmdversion", null ],333[ "\\warning { warning message }", "commands.html#cmdwarning", null ],334[ "\\xrefitem <key> \"heading\" \"list title\" { text }", "commands.html#cmdxrefitem", null ],335[ "\\addindex (text)", "commands.html#cmdaddindex", null ],336[ "\\anchor <word>", "commands.html#cmdanchor", null ],337[ "\\cite <label>", "commands.html#cmdcite", null ],338[ "\\endlink", "commands.html#cmdendlink", null ],339[ "\\link <link-object>", "commands.html#cmdlink", null ],340[ "\\ref <name> [\"(text)\"]", "commands.html#cmdref", null ],341[ "\\refitem <name>", "commands.html#cmdrefitem", null ],342[ "\\secreflist", "commands.html#cmdsecreflist", null ],343[ "\\endsecreflist", "commands.html#cmdendsecreflist", null ],344[ "\\subpage <name> [\"(text)\"]", "commands.html#cmdsubpage", null ],345[ "\\tableofcontents['{'[option[:level]][,option[:level]]*'}']", "commands.html#cmdtableofcontents", null ],346[ "\\section <section-name> (section title)", "commands.html#cmdsection", null ],347[ "\\subsection <subsection-name> (subsection title)", "commands.html#cmdsubsection", null ],348[ "\\subsubsection <subsubsection-name> (subsubsection title)", "commands.html#cmdsubsubsection", null ],349[ "\\paragraph <paragraph-name> (paragraph title)", "commands.html#cmdparagraph", null ],350[ "\\subparagraph <subparagraph-name> (subparagraph title)", "commands.html#cmdsubparagraph", null ],351[ "\\subsubparagraph <subsubparagraph-name> (subsubparagraph title)", "commands.html#cmdsubsubparagraph", null ],352[ "\\dontinclude['{lineno}'] <file-name>", "commands.html#cmddontinclude", null ],353[ "\\include['{'option'}'] <file-name>", "commands.html#cmdinclude", null ],354[ "\\includelineno <file-name>", "commands.html#cmdincludelineno", null ],355[ "\\includedoc['{'option'}'] <file-name>", "commands.html#cmdincludedoc", null ],356[ "\\line ( pattern )", "commands.html#cmdline", null ],357[ "\\skip ( pattern )", "commands.html#cmdskip", null ],358[ "\\skipline ( pattern )", "commands.html#cmdskipline", null ],359[ "\\snippet['{'option'}'] <file-name> ( block_id )", "commands.html#cmdsnippet", null ],360[ "\\snippetlineno <file-name> ( block_id )", "commands.html#cmdsnippetlineno", null ],361[ "\\snippetdoc['{'option'}'] <file-name> ( block_id )", "commands.html#cmdsnippetdoc", null ],362[ "\\until ( pattern )", "commands.html#cmduntil", null ],363[ "\\verbinclude <file-name>", "commands.html#cmdverbinclude", null ],364[ "\\htmlinclude [\"[block]\"] <file-name>", "commands.html#cmdhtmlinclude", null ],365[ "\\latexinclude <file-name>", "commands.html#cmdlatexinclude", null ],366[ "\\rtfinclude <file-name>", "commands.html#cmdrtfinclude", null ],367[ "\\maninclude <file-name>", "commands.html#cmdmaninclude", null ],368[ "\\docbookinclude <file-name>", "commands.html#cmddocbookinclude", null ],369[ "\\xmlinclude <file-name>", "commands.html#cmdxmlinclude", null ],370[ "\\a <word>", "commands.html#cmda", null ],371[ "\\arg { item-description }", "commands.html#cmdarg", null ],372[ "\\b <word>", "commands.html#cmdb", null ],373[ "\\c <word>", "commands.html#cmdc", null ],374[ "\\code['{'<word>'}']", "commands.html#cmdcode", null ],375[ "\\copydoc <link-object>", "commands.html#cmdcopydoc", null ],376[ "\\copybrief <link-object>", "commands.html#cmdcopybrief", null ],377[ "\\copydetails <link-object>", "commands.html#cmdcopydetails", null ],378[ "\\docbookonly", "commands.html#cmddocbookonly", null ],379[ "\\dot [\"caption\"] [<sizeindication>=<size>]", "commands.html#cmddot", null ],380[ "\\emoji \"name\"", "commands.html#cmdemoji", null ],381[ "\\msc [\"caption\"] [<sizeindication>=<size>]", "commands.html#cmdmsc", null ],382[ "\\startuml ['{'option[,option]'}'] [\"caption\"] [<sizeindication>=<size>]", "commands.html#cmdstartuml", null ],383[ "\\dotfile <file> [\"caption\"] [<sizeindication>=<size>]", "commands.html#cmddotfile", null ],384[ "\\mscfile <file> [\"caption\"] [<sizeindication>=<size>]", "commands.html#cmdmscfile", null ],385[ "\\diafile <file> [\"caption\"] [<sizeindication>=<size>]", "commands.html#cmddiafile", null ],386[ "\\doxyconfig <config_option>", "commands.html#cmddoxyconfig", null ],387[ "\\e <word>", "commands.html#cmde", null ],388[ "\\em <word>", "commands.html#cmdem", null ],389[ "\\endcode", "commands.html#cmdendcode", null ],390[ "\\enddocbookonly", "commands.html#cmdenddocbookonly", null ],391[ "\\enddot", "commands.html#cmdenddot", null ],392[ "\\endmsc", "commands.html#cmdendmsc", null ],393[ "\\enduml", "commands.html#cmdenduml", null ],394[ "\\endhtmlonly", "commands.html#cmdendhtmlonly", null ],395[ "\\endlatexonly", "commands.html#cmdendlatexonly", null ],396[ "\\endmanonly", "commands.html#cmdendmanonly", null ],397[ "\\endrtfonly", "commands.html#cmdendrtfonly", null ],398[ "\\endverbatim", "commands.html#cmdendverbatim", null ],399[ "\\endxmlonly", "commands.html#cmdendxmlonly", null ],400[ "\\f$", "commands.html#cmdfdollar", null ],401[ "\\f(", "commands.html#cmdfrndopen", null ],402[ "\\f)", "commands.html#cmdfrndclose", null ],403[ "\\f[", "commands.html#cmdfbropen", null ],404[ "\\f]", "commands.html#cmdfbrclose", null ],405[ "\\f{environment}{", "commands.html#cmdfcurlyopen", null ],406[ "\\f}", "commands.html#cmdfcurlyclose", null ],407[ "\\htmlonly [\"[block]\"]", "commands.html#cmdhtmlonly", null ],408[ "\\image['{'option[,option]'}'] <format> <file> [\"caption\"] [<sizeindication>=<size>]", "commands.html#cmdimage", null ],409[ "\\latexonly", "commands.html#cmdlatexonly", null ],410[ "\\manonly", "commands.html#cmdmanonly", null ],411[ "\\li { item-description }", "commands.html#cmdli", null ],412[ "\\n", "commands.html#cmdn", null ],413[ "\\p <word>", "commands.html#cmdp", null ],414[ "\\rtfonly", "commands.html#cmdrtfonly", null ],415[ "\\verbatim", "commands.html#cmdverbatim", null ],416[ "\\xmlonly", "commands.html#cmdxmlonly", null ],417[ "\\\\", "commands.html#cmdbackslash", null ],418[ "\\@", "commands.html#cmdat", null ],419[ "\\~[LanguageId]", "commands.html#cmdtilde", null ],420[ "\\&", "commands.html#cmdamp", null ],421[ "\\$", "commands.html#cmddollar", null ],422[ "\\#", "commands.html#cmdhash", null ],423[ "\\<", "commands.html#cmdlt", null ],424[ "\\>", "commands.html#cmdgt", null ],425[ "\\%", "commands.html#cmdperc", null ],426[ "\\\"", "commands.html#cmdquot", null ],427[ "\\.", "commands.html#cmdchardot", null ],428[ "\\=", "commands.html#cmdeq", null ],429[ "\\::", "commands.html#cmddcolon", null ],430[ "\\|", "commands.html#cmdpipe", null ],431[ "\\--", "commands.html#cmdndash", null ],432[ "\\---", "commands.html#cmdmdash", null ]433] ],434[ "HTML Commands", "htmlcmds.html", [435[ "HTML tag commands", "htmlcmds.html#htmltagcmds", null ],436[ "HTML4 character entities", "htmlcmds.html#htmlentities", null ]437] ],438[ "XML Commands", "xmlcmds.html", null ],439[ "Emoji support", "emojisup.html", [440[ "Representation", "emojisup.html#emojirep", null ],441[ "Emoji image retrieval", "emojisup.html#emojiimage", null ]442] ],443[ "Internationalization", "langhowto.html", null ],444[ "Perl Module Output", "perlmod.html", [445[ "Usage", "perlmod.html#using_perlmod_fmt", null ],446[ "Using the LaTeX generator.", "perlmod.html#perlmod_latex", [447[ "Creation of PDF and DVI output", "perlmod.html#pm_pdf_gen", null ]448] ],449[ "Documentation format.", "perlmod.html#doxydocs_format", null ],450[ "Data structure", "perlmod.html#doxymodel_format", null ],451[ "Perl Module Tree Nodes", "perlmod.html#perlmod_tree", null ]452] ],453[ "Doxygen's Internals", "arch.html", null ],454[ "Changelog", "changelog.html", [455[ "1.10 Series", "changelog.html#log_1_10", [456[ "Release 1.10.0", "changelog.html#log_1_10_0", null ]457] ],458[ "1.9 Series", "changelog.html#log_1_9", [459[ "Release 1.9.8", "changelog.html#log_1_9_8", null ],460[ "Release 1.9.7", "changelog.html#log_1_9_7", null ],461[ "Release 1.9.6", "changelog.html#log_1_9_6", null ],462[ "Release 1.9.5", "changelog.html#log_1_9_5", null ],463[ "Release 1.9.4", "changelog.html#log_1_9_4", null ],464[ "Release 1.9.3", "changelog.html#log_1_9_3", null ],465[ "Release 1.9.2", "changelog.html#log_1_9_2", null ],466[ "Release 1.9.1", "changelog.html#log_1_9_1", null ],467[ "Release 1.9.0", "changelog.html#log_1_9_0", null ]468] ],469[ "1.8 Series", "changelog.html#log_1_8", [470[ "Release 1.8.20", "changelog.html#log_1_8_20", null ],471[ "Release 1.8.19", "changelog.html#log_1_8_19", null ],472[ "Release 1.8.18", "changelog.html#log_1_8_18", null ],473[ "Release 1.8.17", "changelog.html#log_1_8_17", null ],474[ "Release 1.8.16", "changelog.html#log_1_8_16", null ],475[ "Release 1.8.15", "changelog.html#log_1_8_15", null ],476[ "Release 1.8.14", "changelog.html#log_1_8_14", null ],477[ "Release 1.8.13", "changelog.html#log_1_8_13", null ],478[ "Release 1.8.12", "changelog.html#log_1_8_12", null ],479[ "Release 1.8.11", "changelog.html#log_1_8_11", null ],480[ "Release 1.8.10", "changelog.html#log_1_8_10", null ],481[ "Release 1.8.9.1", "changelog.html#log_1_8_9_1", null ],482[ "Release 1.8.9", "changelog.html#log_1_8_9", null ],483[ "Release 1.8.8", "changelog.html#log_1_8_8", null ],484[ "Release 1.8.7", "changelog.html#log_1_8_7", null ],485[ "Release 1.8.6", "changelog.html#log_1_8_6", null ],486[ "Release 1.8.5", "changelog.html#log_1_8_5", null ],487[ "Release 1.8.4", "changelog.html#log_1_8_4", null ],488[ "Release 1.8.3.1", "changelog.html#log_1_8_3_1", null ],489[ "Release 1.8.3", "changelog.html#log_1_8_3", null ],490[ "Release 1.8.2", "changelog.html#log_1_8_2", null ],491[ "Release 1.8.1.2", "changelog.html#log_1_8_1_2", null ],492[ "Release 1.8.1.1", "changelog.html#log_1_8_1_1", null ],493[ "Release 1.8.1", "changelog.html#log_1_8_1", null ],494[ "Release 1.8.0", "changelog.html#log_1_8_0", null ]495] ],496[ "1.7 Series", "changelog.html#log_1_7", null ],497[ "1.6 Series", "changelog.html#log_1_6", null ],498[ "1.5 Series", "changelog.html#log_1_5", null ],499[ "1.4 Series", "changelog.html#log_1_4", null ],500[ "1.3 Series", "changelog.html#log_1_3", null ],501[ "1.2 Series", "changelog.html#log_1_2", null ],502[ "1.1 Series", "changelog.html#log_1_1", null ]503] ]504] ]505];506
507var NAVTREEINDEX =508[
509"additional.html",510"commands.html#cmdsnippet"
511];512
513var SYNCONMSG = 'click to disable panel synchronisation';514var SYNCOFFMSG = 'click to enable panel synchronisation';