\verbinclude
This command includes the file verbatim in the documentation. The
command is equivalent to pasting the file in the documentation and placing
\verbatim and \endverbatim commands around it.
Files or directories that doxygen should look for can be specified using the
EXAMPLE_PATH
Thanks. Also, your suggestion is a usable work-around.
On Wed, May 15, 2013 at 2:06 PM, Albert wrote:
> Ron,
>
> The problem here is the fact that there is a 1 (dot) in the key for
> xrefitem. In the current code it is not possible to have a . (dot) in this
> item. please file a bug report for th
Ron,
The problem here is the fact that there is a 1 (dot) in the key for
xrefitem. In the current code it is not possible to have a . (dot) in this
item. please file a bug report for this problem so it is recorded and a
decision can be made (the used LABELID is used on multiple places in the
code)
I would like to add a note in the main page, right below the '
documentation', how do I do that?
Also, how do I go about creating html documentation that would display the
following values:
* \authorThe Learner
* \authorThe Lerner of the Lerner (he is lost)
* \version 0.0.1
* \date 2013
Am 14.05.2013 03:09, schrieb Arbol One:
> I am trying to display the attached file in the main page generated by
> Doxygen, Following the instructions the image's height is less than 55
> px and the its width is less than 200 px. However, the image does not
> show only a small box in the main page
Hi,
1) I have some template member functions that look like this:
class MyClass {
public
template class UnitIterator;
...
public:
template UnitIterator unit_begin();
...
};
They are unusual in that they have no parameters based on the
template type, so they must always be used explicitly, a
Hello,
I'm looking for a function like /htmlinclude or /include but without the restriction that there are added things like /code /endcode. I want that only all the text inside of the included file is paste on the place where the include is.
My aim is to have a top level description about