lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 0e8e2b8a 3/5: Record a sample doxygen invocat


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 0e8e2b8a 3/5: Record a sample doxygen invocation
Date: Tue, 25 Apr 2023 19:17:18 -0400 (EDT)

branch: master
commit 0e8e2b8a90e495d43b8792bf69672262832a5374
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Record a sample doxygen invocation
    
    This invocation filters out much of the routine output, making it easier
    to see anything that's actually interesting.
---
 Doxyfile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Doxyfile b/Doxyfile
index 08c24356..734be9f8 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -19,6 +19,15 @@
 # email: <gchicares@sbcglobal.net>
 # snail: Chicares, 186 Belle Woods Drive, Glastonbury CT 06033, USA
 
+# Sample invocation:
+#
+# doxygen 2>&1 | sed \
+#   -e'/^Parsing file.*\.\.\.$/d' \
+#   -e'/^Preprocessing.*\.\.\.$/d' \
+#   -e'/^Generating \(code\|docs\) for 
\(file\|compound\|nested\|namespace\).*\.\.\./d' \
+#   -e'/^Generating docs for namespace/d' \
+# | less -S
+
 # Doxyfile 1.9.4
 
 # This file describes the settings to be used by the documentation system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]