Fix for delta values reported by vFW vLB
[demo.git] / vnfs / VES5.0 / doxygen-1.8.12 / html / faq.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
5 <meta http-equiv="X-UA-Compatible" content="IE=9"/>
6 <meta name="generator" content="Doxygen 1.8.12"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1"/>
8 <title>Doxygen: Frequently Asked Questions</title>
9 <link href="tabs.css" rel="stylesheet" type="text/css"/>
10 <script type="text/javascript" src="jquery.js"></script>
11 <script type="text/javascript" src="dynsections.js"></script>
12 <link href="navtree.css" rel="stylesheet" type="text/css"/>
13 <script type="text/javascript" src="resize.js"></script>
14 <script type="text/javascript" src="navtreedata.js"></script>
15 <script type="text/javascript" src="navtree.js"></script>
16 <script type="text/javascript">
17   $(document).ready(initResizable);
18 </script>
19 <link href="doxygen_manual.css" rel="stylesheet" type="text/css" />
20 </head>
21 <body>
22 <div id="top"><!-- do not remove this div, it is closed by doxygen! -->
23 <div id="titlearea">
24 <table cellspacing="0" cellpadding="0">
25  <tbody>
26  <tr style="height: 56px;">
27   <td id="projectalign" style="padding-left: 0.5em;">
28    <div id="projectname">Doxygen
29    </div>
30   </td>
31  </tr>
32  </tbody>
33 </table>
34 </div>
35 <!-- end header part -->
36 <!-- Generated by Doxygen 1.8.12 -->
37 </div><!-- top -->
38 <div id="side-nav" class="ui-resizable side-nav-resizable">
39   <div id="nav-tree">
40     <div id="nav-tree-contents">
41       <div id="nav-sync" class="sync"></div>
42     </div>
43   </div>
44   <div id="splitbar" style="-moz-user-select:none;" 
45        class="ui-resizable-handle">
46   </div>
47 </div>
48 <script type="text/javascript">
49 $(document).ready(function(){initNavTree('faq.html','');});
50 </script>
51 <div id="doc-content">
52 <div class="header">
53   <div class="headertitle">
54 <div class="title">Frequently Asked Questions </div>  </div>
55 </div><!--header-->
56 <div class="contents">
57 <div class="toc"><h3>Table of Contents</h3>
58 <ul><li class="level1"><a href="#faq_index">How to get information on the index page in HTML?</a></li>
59 <li class="level1"><a href="#fac_al">Help, some/all of the members of my class / file / namespace are not documented?</a></li>
60 <li class="level1"><a href="#faq_extract_all">When I set EXTRACT_ALL to NO none of my functions are shown in the documentation.</a></li>
61 <li class="level1"><a href="#faq_ext_mapping">My file with a custom extension is not parsed (properly) (anymore).</a></li>
62 <li class="level1"><a href="#faq_code">How can I make doxygen ignore some code fragment?</a></li>
63 <li class="level1"><a href="#faq_code_inc">How can I change what is after the &lt;code&gt;#include&lt;/code&gt; in the class documentation?</a></li>
64 <li class="level1"><a href="#faq_chm">How can I use tag files in combination with compressed HTML?</a></li>
65 <li class="level1"><a href="#faq_html">I don&#39;t like the quick index that is put above each HTML page, what do I do?</a></li>
66 <li class="level1"><a href="#faq_html_header">The overall HTML output looks different, while I only wanted to use my own html header file</a></li>
67 <li class="level1"><a href="#faq_use_qt">Why does doxygen use Qt?</a></li>
68 <li class="level1"><a href="#faq_excl_dir">How can I exclude all test directories from my directory tree?</a></li>
69 <li class="level1"><a href="#faq_class">Doxygen automatically generates a link to the class MyClass somewhere in the running text.  How do I prevent that at a certain place?</a></li>
70 <li class="level1"><a href="#faq_pgm_X">My favorite programming language is X. Can I still use doxygen?</a></li>
71 <li class="level1"><a href="#faq_lex">Help! I get the cryptic message &quot;input buffer overflow, can&#39;t enlarge buffer because scanner uses REJECT&quot;</a></li>
72 <li class="level1"><a href="#faq_latex">When running make in the latex dir I get &quot;TeX capacity exceeded&quot;. Now what?</a></li>
73 <li class="level1"><a href="#faq_stl">Why are dependencies via STL classes not shown in the dot graphs?</a></li>
74 <li class="level1"><a href="#faq_search">I have problems getting the search engine to work with PHP5 and/or windows</a></li>
75 <li class="level1"><a href="#faq_cmdline">Can I configure doxygen from the command line?</a></li>
76 <li class="level1"><a href="#faq_name">How did doxygen get its name?</a></li>
77 <li class="level1"><a href="#faq_why">What was the reason to develop doxygen?</a></li>
78 </ul>
79 </div>
80 <div class="textblock"><h1><a class="anchor" id="faq_index"></a>
81 How to get information on the index page in HTML?</h1>
82 <p>You should use the <a class="el" href="commands.html#cmdmainpage">\mainpage</a> command inside a comment block like this: </p><pre class="fragment">/*! \mainpage My Personal Index Page
83  *
84  * \section intro_sec Introduction
85  *
86  * This is the introduction.
87  *
88  * \section install_sec Installation
89  *
90  * \subsection step1 Step 1: Opening the box
91  *  
92  * etc...
93  */
94 </pre><h1><a class="anchor" id="fac_al"></a>
95 Help, some/all of the members of my class / file / namespace are not documented?</h1>
96 <p>Check the following: </p><ol>
97 <li>
98 Is your class / file / namespace documented? If not, it will not be extracted from the sources unless <a class="el" href="config.html#cfg_extract_all">EXTRACT_ALL</a> is set to <code>YES</code> in the config file. </li>
99 <li>
100 Are the members private? If so, you must set <a class="el" href="config.html#cfg_extract_private">EXTRACT_PRIVATE</a> to <code>YES</code> to make them appear in the documentation. </li>
101 <li>
102 <p class="startli">Is there a function macro in your class that does not end with a semicolon (e.g. MY_MACRO())? If so then you have to instruct doxygen's preprocessor to remove it.</p>
103 <p>This typically boils down to the following settings in the config file:</p>
104 <pre class="fragment">ENABLE_PREPROCESSING   = YES
105 MACRO_EXPANSION        = YES
106 EXPAND_ONLY_PREDEF     = YES
107 PREDEFINED             = MY_MACRO()=</pre><p class="endli">Please read the <a class="el" href="preprocessing.html">preprocessing</a> section of the manual for more information. </p>
108 </li>
109 </ol>
110 <h1><a class="anchor" id="faq_extract_all"></a>
111 When I set EXTRACT_ALL to NO none of my functions are shown in the documentation.</h1>
112 <p>In order for global functions, variables, enums, typedefs, and defines to be documented you should document the file in which these commands are located using a comment block containing a <a class="el" href="commands.html#cmdfile">\file</a> (or <a class="el" href="commands.html#cmdfile">@file</a>) command.</p>
113 <p>Alternatively, you can put all members in a group (or module) using the <a class="el" href="commands.html#cmdingroup">\ingroup</a> command and then document the group using a comment block containing the <a class="el" href="commands.html#cmddefgroup">\defgroup</a> command.</p>
114 <p>For member functions or functions that are part of a namespace you should document either the class or namespace.</p>
115 <h1><a class="anchor" id="faq_ext_mapping"></a>
116 My file with a custom extension is not parsed (properly) (anymore).</h1>
117 <p>Doxygen only parses files that are specified as input (via the <a class="el" href="config.html#cfg_input">INPUT</a> tag) and that match a specified extension (mentioned in <a class="el" href="config.html#cfg_file_patterns">FILE_PATTERNS</a>) The list of files is then reduced by excluding files listed as <a class="el" href="config.html#cfg_exclude">EXCLUDE</a> or files that match the patterns set by <a class="el" href="config.html#cfg_exclude_patterns">EXCLUDE_PATTERNS</a>.</p>
118 <p>In the past doxygen parsed all files with an unknown extension as C files which could lead to undesired results. Since version 1.8.8, doxygen requires that you specify a mapping that tells for a certain file extension, which parser to use. This mapping is specified using the <a class="el" href="config.html#cfg_extension_mapping">EXTENSION_MAPPING</a> tag. If no mapping is specified the file's contents will be ignored.</p>
119 <h1><a class="anchor" id="faq_code"></a>
120 How can I make doxygen ignore some code fragment?</h1>
121 <p>The new and easiest way is to add one comment block with a <a class="el" href="commands.html#cmdcond">\cond</a> command at the start and one comment block with a <a class="el" href="commands.html#cmdendcond">\endcond</a> command at the end of the piece of code that should be ignored. This should be within the same file of course.</p>
122 <p>But you can also use doxygen's preprocessor for this: If you put </p><pre class="fragment">#ifndef DOXYGEN_SHOULD_SKIP_THIS
123
124  /* code that must be skipped by doxygen */
125
126 #endif /* DOXYGEN_SHOULD_SKIP_THIS */
127 </pre><p> around the blocks that should be hidden and put: </p><pre class="fragment">  PREDEFINED = DOXYGEN_SHOULD_SKIP_THIS
128 </pre><p> in the config file then all blocks should be skipped by doxygen as long as <a class="el" href="config.html#cfg_enable_preprocessing">ENABLE_PREPROCESSING</a> is set to <code>YES</code>.</p>
129 <h1><a class="anchor" id="faq_code_inc"></a>
130 How can I change what is after the &lt;code&gt;#include&lt;/code&gt; in the class documentation?</h1>
131 <p>In most cases you can use <a class="el" href="config.html#cfg_strip_from_inc_path">STRIP_FROM_INC_PATH</a> to strip a user defined part of a path.</p>
132 <p>You can also document your class as follows</p>
133 <pre class="fragment">/*! \class MyClassName include.h path/include.h
134  *
135  *  Docs for MyClassName
136  */
137 </pre><p>To make doxygen put <br />
138 <br />
139  <code> #include &lt;path/include.h&gt; </code></p>
140 <p>in the documentation of the class MyClassName regardless of the name of the actual header file in which the definition of MyClassName is contained.</p>
141 <p>If you want doxygen to show that the include file should be included using quotes instead of angle brackets you should type: </p><pre class="fragment">/*! \class MyClassName myhdr.h "path/myhdr.h"
142  *
143  *  Docs for MyClassName
144  */
145 </pre><h1><a class="anchor" id="faq_chm"></a>
146 How can I use tag files in combination with compressed HTML?</h1>
147 <p>If you want to refer from one compressed HTML file <code>a.chm</code> to another compressed HTML file called <code>b.chm</code>, the link in <code>a.chm</code> must have the following format: </p><pre class="fragment">&lt;a href="b.chm::/file.html"&gt;
148 </pre><p> Unfortunately this only works if both compressed HTML files are in the same directory.</p>
149 <p>As a result you must rename the generated <code>index.chm</code> files for all projects into something unique and put all <code>.chm</code> files in one directory.</p>
150 <p>Suppose you have a project <em>a</em> referring to a project <em>b</em> using tag file <code>b.tag</code>, then you could rename the <code>index.chm</code> for project <em>a</em> into <code>a.chm</code> and the <code>index.chm</code> for project <em>b</em> into <code>b.chm</code>. In the configuration file for project <em>a</em> you write: </p><pre class="fragment">TAGFILES = b.tag=b.chm::
151 </pre><h1><a class="anchor" id="faq_html"></a>
152 I don't like the quick index that is put above each HTML page, what do I do?</h1>
153 <p>You can disable the index by setting <a class="el" href="config.html#cfg_disable_index">DISABLE_INDEX</a> to <code>YES</code>. Then you can put in your own header file by writing your own header and feed that to <a class="el" href="config.html#cfg_html_header">HTML_HEADER</a>.</p>
154 <h1><a class="anchor" id="faq_html_header"></a>
155 The overall HTML output looks different, while I only wanted to use my own html header file</h1>
156 <p>You probably forgot to include the stylesheet <code>doxygen.css</code> that doxygen generates. You can include this by putting </p><pre class="fragment">&lt;LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css"&gt;
157 </pre><p> in the HEAD section of the HTML page.</p>
158 <h1><a class="anchor" id="faq_use_qt"></a>
159 Why does doxygen use Qt?</h1>
160 <p>The most important reason is to have a platform abstraction for most Unices and Windows by means of the QFile, QFileInfo, QDir, QDate, QTime and QIODevice classes. Another reason is for the nice and bug free utility classes, like QList, QDict, QString, QArray, QTextStream, QRegExp, QXML etc.</p>
161 <p>The GUI front-end doxywizard uses Qt for... well... the GUI!</p>
162 <h1><a class="anchor" id="faq_excl_dir"></a>
163 How can I exclude all test directories from my directory tree?</h1>
164 <p>Simply put an exclude pattern like this in the configuration file:</p>
165 <pre class="fragment">EXCLUDE_PATTERNS = */test/*
166 </pre><h1><a class="anchor" id="faq_class"></a>
167 Doxygen automatically generates a link to the class MyClass somewhere in the running text.  How do I prevent that at a certain place?</h1>
168 <p>Put a % in front of the class name. Like this: %MyClass. Doxygen will then remove the % and keep the word unlinked.</p>
169 <h1><a class="anchor" id="faq_pgm_X"></a>
170 My favorite programming language is X. Can I still use doxygen?</h1>
171 <p>No, not as such; doxygen needs to understand the structure of what it reads. If you don't mind spending some time on it, there are several options:</p><ul>
172 <li>If the grammar of X is close to C or C++, then it is probably not too hard to tweak src/scanner.l a bit so the language is supported. This is done for all other languages directly supported by doxygen (i.e. Java, IDL, C#, PHP).</li>
173 <li>If the grammar of X is somewhat different than you can write an input filter that translates X into something similar enough to C/C++ for doxygen to understand (this approach is taken for VB, Object Pascal, and Javascript, see <a href="http://www.stack.nl/~dimitri/doxygen/download.html#helpers">http://www.stack.nl/~dimitri/doxygen/download.html#helpers</a>).</li>
174 <li>If the grammar is completely different one could write a parser for X and write a backend that produces a similar syntax tree as is done by src/scanner.l (and also by src/tagreader.cpp while reading tag files).</li>
175 </ul>
176 <h1><a class="anchor" id="faq_lex"></a>
177 Help! I get the cryptic message "input buffer overflow, can't enlarge buffer because scanner uses REJECT"</h1>
178 <p>This error happens when doxygen's lexical scanner has a rule that matches more than 256K of input characters in one go. I've seen this happening on a very large generated file (&gt;256K lines), where the built-in preprocessor converted it into an empty file (with &gt;256K of newlines). Another case where this might happen is if you have lines in your code with more than 256K characters.</p>
179 <p>If you have run into such a case and want me to fix it, you should send me a code fragment that triggers the message. To work around the problem, put some line-breaks into your file, split it up into smaller parts, or exclude it from the input using EXCLUDE.</p>
180 <h1><a class="anchor" id="faq_latex"></a>
181 When running make in the latex dir I get "TeX capacity exceeded". Now what?</h1>
182 <p>You can edit the texmf.cfg file to increase the default values of the various buffers and then run "texconfig init".</p>
183 <h1><a class="anchor" id="faq_stl"></a>
184 Why are dependencies via STL classes not shown in the dot graphs?</h1>
185 <p>Doxygen is unaware of the STL classes, unless the option <a class="el" href="config.html#cfg_builtin_stl_support">BUILTIN_STL_SUPPORT</a> is turned on.</p>
186 <h1><a class="anchor" id="faq_search"></a>
187 I have problems getting the search engine to work with PHP5 and/or windows</h1>
188 <p>Please read <a href="searchengine.html">this</a> for hints on where to look.</p>
189 <h1><a class="anchor" id="faq_cmdline"></a>
190 Can I configure doxygen from the command line?</h1>
191 <p>Not via command line options, but doxygen can read from <code>stdin</code>, so you can pipe things through it. Here's an example how to override an option in a configuration file from the command line (assuming a UNIX like environment):</p>
192 <pre class="fragment">( cat Doxyfile ; echo "PROJECT_NUMBER=1.0" ) | doxygen -
193 </pre><p>For Windows the following would do the same:</p>
194 <pre class="fragment">( type Doxyfile &amp; echo PROJECT_NUMBER=1.0 ) | doxygen.exe -
195 </pre><p>If multiple options with the same name are specified then doxygen will use the last one. To append to an existing option you can use the += operator.</p>
196 <h1><a class="anchor" id="faq_name"></a>
197 How did doxygen get its name?</h1>
198 <p>Doxygen got its name from playing with the words documentation and generator.</p>
199 <pre class="fragment">documentation -&gt; docs -&gt; dox
200 generator -&gt; gen
201 </pre><p>At the time I was looking into <code>lex</code> and <code>yacc</code>, where a lot of things start with "yy", so the "y" slipped in and made things pronounceable (the proper pronouncement is Docs-ee-gen, so with a long "e").</p>
202 <h1><a class="anchor" id="faq_why"></a>
203 What was the reason to develop doxygen?</h1>
204 <p>I once wrote a GUI widget based on the Qt library (it is still available at <a href="http://sourceforge.net/projects/qdbttabular/">http://sourceforge.net/projects/qdbttabular/</a> but hasn't been updated since 2002). Qt had nicely generated documentation (using an internal tool which <a href="http://rant.gulbrandsen.priv.no/udoc/history">they didn't want to release</a>) and I wrote similar docs by hand. This was a nightmare to maintain, so I wanted a similar tool. I looked at Doc++ but that just wasn't good enough (it didn't support signals and slots and did not have the Qt look and feel I had grown to like), so I started to write my own tool...</p>
205 <p> 
206 Go to the <a href="trouble.html">next</a> section or return to the
207  <a href="index.html">index</a>.
208  </p>
209 </div></div><!-- contents -->
210 </div><!-- doc-content -->
211 <!-- start footer part -->
212 <div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
213   <ul>
214     <li class="footer">Generated by
215     <a href="http://www.doxygen.org/index.html">
216     <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.12 </li>
217   </ul>
218 </div>
219 </body>
220 </html>