Attached is a simple one line patch that fixes the issue with \include
displaying line numbers, essentially duplicatinh the \includelineno
option.
--
Jake Colman | Director, Software Development
PRINCIPIA | 101 West Elm Street | Suite 620 | Conshohocken | PA 19428
t: +1 (610) 755 9786 | f: +1 (201) 221 8929
e: col...@ppllc.com | w: www.principiaSFP.com
Know your investments
Index: src/htmldocvisitor.cpp
===================================================================
--- src/htmldocvisitor.cpp (revision 840)
+++ src/htmldocvisitor.cpp (working copy)
@@ -536,7 +536,7 @@
-1, // endLine
TRUE, // inlineFragment
0, // memberDef
- TRUE, // show line numbers
+ FALSE, // do not show line numbers
m_ctx // search context
);
m_t << PREFRAG_END;
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_jan
_______________________________________________
Doxygen-users mailing list
Doxygen-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/doxygen-users