You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ma...@apache.org on 2020/12/25 00:00:56 UTC

[trafficserver] branch master updated: Doc: Fix INPUT tag of Doxyfile (#7404)

This is an automated email from the ASF dual-hosted git repository.

masaori pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new afc356b  Doc: Fix INPUT tag of Doxyfile (#7404)
afc356b is described below

commit afc356b83a3cf2321bf7b0c7ec431bdab5d56561
Author: Masaori Koshiba <ma...@apache.org>
AuthorDate: Fri Dec 25 09:00:39 2020 +0900

    Doc: Fix INPUT tag of Doxyfile (#7404)
---
 doc/Doxyfile | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/Doxyfile b/doc/Doxyfile
index 083f1d0..f41990f 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -746,11 +746,12 @@ WARN_LOGFILE           =
 # Note: If this tag is empty the current directory is searched.
 
 INPUT                  = mainpage.doc \
+                         ../include \
                          ../iocore \
-                         ../lib/cppapi/include/atscppapi \
                          ../lib/records \
-                         ../lib/ts \
-                         ../proxy
+                         ../mgmt \
+                         ../proxy \
+                         ../src
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses