Skip to content

Commit 268e839

Browse files
committed
cleanup duplicated stuff
1 parent 590c848 commit 268e839

File tree

366 files changed

+10
-5773
lines changed

Some content is hidden

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

366 files changed

+10
-5773
lines changed

.github/workflows/root-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
run: |
128128
source ROOT-CI/build/bin/thisroot.sh
129129
export DOXYGEN_OUTPUT_DIRECTORY=/github/home/${DOC_DIR}
130-
cd ROOT-CI/src/documentation/doxygen_s3
130+
cd ROOT-CI/src/documentation/doxygen
131131
make -j `nproc --all`
132132
133133
- name: Create documentation archives

documentation/doxygen/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1649,7 +1649,7 @@ QHP_SECT_FILTER_ATTRS =
16491649
# run qhelpgenerator on the generated .qhp file.
16501650
# This tag requires that the tag GENERATE_QHP is set to YES.
16511651

1652-
QHG_LOCATION = qhelpgenerator
1652+
QHG_LOCATION = qhelpgenerator-qt5
16531653

16541654
# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files will be
16551655
# generated, together with the HTML files, they form an Eclipse help plugin. To

documentation/doxygen/DoxygenLayout.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<doxygenlayout version="1.0">
2-
<!-- Generated by doxygen 1.8.6 -->
2+
<!-- First version generated by doxygen 1.8.6 -->
33
<!-- Navigation index tabs for HTML output -->
44
<navindex>
55
<tab type="mainpage" visible="yes" title=""/>
66
<tab type="user" visible="yes" title="Tutorials" url="group__Tutorials.html"/>
7-
<tab type="modules" visible="yes" title="Functional Parts" intro=""/>
7+
<tab type="topics" visible="yes" title="Functional Parts" intro=""/>
88
<tab type="namespaces" visible="yes" title="">
99
<tab type="namespacelist" visible="yes" title="" intro=""/>
1010
<tab type="namespacemembers" visible="yes" title="" intro=""/>

documentation/doxygen/filter.cxx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@
8989
#include <stdarg.h>
9090
#include <memory>
9191

92-
using std::string, std::ios_base, std::unique_ptr;
92+
using std::string;
93+
using std::ios_base;
94+
using std::unique_ptr;
9395

9496
// Auxiliary functions
9597
void FilterClass();

documentation/doxygen/makeNotebooks.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ EOF
6161
# Run rest in parallel
6262
xargs -L 1 -P ${nJobs:-1} ${Python3_EXECUTABLE:-python3} < $inputFile
6363

64-
rm ${inputFile}.back
65-
64+
if [ -e "${inputFile}.back" ]; then
65+
rm "${inputFile}.back"
66+
fi

documentation/doxygen_s3/Doxyfile

Lines changed: 0 additions & 2808 deletions
This file was deleted.

documentation/doxygen_s3/DoxygenLayout.xml

Lines changed: 0 additions & 196 deletions
This file was deleted.

documentation/doxygen_s3/MakeRCanvasJS.C

Lines changed: 0 additions & 48 deletions
This file was deleted.

documentation/doxygen_s3/MakeTCanvasJS.C

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)