Skip to content

Commit

Permalink
Documentation update regarding right font usage in architecture chapter
Browse files Browse the repository at this point in the history
Small update, setting program names in right font
  • Loading branch information
albert-github committed Mar 4, 2018
1 parent b6f01ff commit 824025b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/arch.doc
Original file line number Diff line number Diff line change
Expand Up @@ -190,12 +190,12 @@ could extract information from the XML output. Possible tools could be:
Since doxygen uses a lot of \c flex code it is important to understand
how \c flex works (for this one should read the \c man page)
and to understand what it is doing when \c flex is parsing some input.
Fortunately, when flex is used with the `-d` option it outputs what rules
Fortunately, when \c flex is used with the `-d` option it outputs what rules
matched. This makes it quite easy to follow what is going on for a
particular input fragment.

To make it easier to toggle debug information for a given flex file I
wrote the following perl script, which automatically adds or removes `-d`
To make it easier to toggle debug information for a given \c flex file I
wrote the following \c perl script, which automatically adds or removes `-d`
from the correct line in the \c Makefile:

\verbatim
Expand Down Expand Up @@ -240,7 +240,7 @@ $now = time;
utime $now, $now, $file;
\endverbatim
Another way to get rules matching / debugging information
from the \c flex code is setting LEX_FLAGS with \c make (`make LEX_FLAGS=-d`).
from the \c flex code is setting \c LEX_FLAGS with \c make (`make LEX_FLAGS=-d`).

Note that by running doxygen with `-d lex` you get information about which
`flex codefile` is used.
Expand Down

0 comments on commit 824025b

Please sign in to comment.