Skip to content

Commit 99de921

Browse files
committed
moved to docs for gh-pages
1 parent 52bad43 commit 99de921

File tree

115 files changed

+32
-44
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

115 files changed

+32
-44
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif()
4949
add_subdirectory("source/pdal")
5050

5151
if(PDALC_ENABLE_DOCS)
52-
add_subdirectory("doc")
52+
add_subdirectory("docs")
5353
endif()
5454

5555
if(PDALC_ENABLE_TESTS)
File renamed without changes.

doc/Doxyfile renamed to docs/Doxyfile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PROJECT_LOGO =
4949
# If a relative path is entered, it will be relative to the location
5050
# where doxygen was started. If left blank the current directory will be used.
5151

52-
OUTPUT_DIRECTORY = "C:/Users/runes/Documents/GitHub/capi/doc/doxygen"
52+
OUTPUT_DIRECTORY = "C:/Users/runes/Documents/GitHub/capi/docs/doxygen"
5353

5454
# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
5555
# 4096 sub-directories (in 2 levels) under the output directory of each output
@@ -1437,10 +1437,6 @@ ALLEXTERNALS = NO
14371437

14381438
EXTERNAL_GROUPS = YES
14391439

1440-
# The PERL_PATH should be the absolute path and name of the perl script
1441-
# interpreter (i.e. the result of `which perl').
1442-
1443-
PERL_PATH = /usr/bin/perl
14441440

14451441
#---------------------------------------------------------------------------
14461442
# Configuration options related to the dot tool
@@ -1454,14 +1450,6 @@ PERL_PATH = /usr/bin/perl
14541450

14551451
CLASS_DIAGRAMS = YES
14561452

1457-
# You can define message sequence charts within doxygen comments using the \msc
1458-
# command. Doxygen will then run the mscgen tool (see
1459-
# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1460-
# documentation. The MSCGEN_PATH tag allows you to specify the directory where
1461-
# the mscgen tool resides. If left empty the tool is assumed to be found in the
1462-
# default search path.
1463-
1464-
MSCGEN_PATH =
14651453

14661454
# If set to YES, the inheritance and collaboration graphs will hide
14671455
# inheritance and usage relations if the target is undocumented
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
9494
<ul>
9595
<li class="navelem"><a class="el" href="_r_e_a_d_m_e_8md.html">README.md</a></li>
96-
<li class="footer">Generated on Sat Oct 24 2020 10:55:16 for pdal-c by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
96+
<li class="footer">Generated on Sat Oct 24 2020 12:16:36 for pdal-c by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
9797
</ul>
9898
</div>
9999
</body>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
<!-- start footer part -->
9898
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
9999
<ul>
100-
<li class="footer">Generated on Sat Oct 24 2020 10:55:16 for pdal-c by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
100+
<li class="footer">Generated on Sat Oct 24 2020 12:16:36 for pdal-c by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
101101
</ul>
102102
</div>
103103
</body>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<!-- start footer part -->
104104
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
105105
<ul>
106-
<li class="footer">Generated on Sat Oct 24 2020 10:55:16 for pdal-c by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
106+
<li class="footer">Generated on Sat Oct 24 2020 12:16:36 for pdal-c by <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.8.20 </li>
107107
</ul>
108108
</div>
109109
</body>

0 commit comments

Comments
 (0)