Re: [Doxygen-users] Unwanted line numbers in dontinclude/skip/line/until examples
Brought to you by:
dimitri
From: Shawn H. <sha...@gm...> - 2016-03-18 16:06:49
|
Here's what my HTML looks like, for comparison with the better looking example in the doxygen manual: https://dl.dropboxusercontent.com/u/403607/doxygen/falconxn_qsg_0.1.2/html/falconxn-qsg/index.html On Fri, Mar 18, 2016 at 12:00 PM, Shawn Hoover <sha...@gm...> wrote: > Hello, > > We're using doxygen for API reference and user manuals and enjoying the > powerful linking features quite a lot. > > One issue I ran into is inconsistency with line numbers in snippet > examples vs. dontinclude examples. What I'm seeing is no line numbers for > snippets, while dontinclude examples do have line numbers. Further, each > skip/line/until command restarts the numbering at 1, which doesn't look > right if I'm trying to do a sequence of commands as one. > > I'm seeing this with doxygen 1.8.10 and 1.8.11 in HTML and PDF output. > > Looking at the doxygen manual, I see no line numbers for the dontinclude > example. > > https://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmddontinclude > > > https://www.stack.nl/~dimitri/doxygen/manual/examples/include/html/example.html > > What I would like to do is turn off the line numbers for dontinclude > examples. Especially for a one-line example, it looks cleaner for my > document that way and would match the general look of snippets used in > other sections. > > Any ideas to turn this off or at least make the numbering continuous for > back-to-back commands? > > Thanks, > Shawn > |