Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opSimulation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
Eclipse openpass
opSimulation
Commits
856af4ae
Commit
856af4ae
authored
1 year ago
by
Raghunandan Netrapalli Madhusudhan
Browse files
Options
Downloads
Patches
Plain Diff
fix(ci): re-implement version comparison
parent
d228c2df
No related branches found
No related tags found
2 merge requests
!168
Fix minor issues
,
!167
Merge v1.0
Pipeline
#34048
passed
1 year ago
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
utils/ci/scripts/25_check_inline_docu.sh
+3
-2
3 additions, 2 deletions
utils/ci/scripts/25_check_inline_docu.sh
with
3 additions
and
2 deletions
utils/ci/scripts/25_check_inline_docu.sh
+
3
−
2
View file @
856af4ae
...
@@ -75,7 +75,7 @@ doxygen Doxyfile
...
@@ -75,7 +75,7 @@ doxygen Doxyfile
# filter diverse erroneous messages due to bugs in the individual doxygen versions
# filter diverse erroneous messages due to bugs in the individual doxygen versions
# dealing with bugs in Doxygen 1.8.17 (or
earli
er)
# dealing with bugs in Doxygen 1.8.17 (or
lat
er)
# bug description - https://github.com/doxygen/doxygen/issues/7411
# bug description - https://github.com/doxygen/doxygen/issues/7411
# fixed in 1.8.18 - https://github.com/doxygen/doxygen/pull/7483
# fixed in 1.8.18 - https://github.com/doxygen/doxygen/pull/7483
filter
"1.8.17"
\
filter
"1.8.17"
\
...
@@ -88,7 +88,7 @@ filter "1.9.1" \
...
@@ -88,7 +88,7 @@ filter "1.9.1" \
"Filtering Doxygen warnings
\"
Member OpenPASS_ ... is not documented
\"
(see https://github.com/doxygen/doxygen/issues/8091)"
\
"Filtering Doxygen warnings
\"
Member OpenPASS_ ... is not documented
\"
(see https://github.com/doxygen/doxygen/issues/8091)"
\
"/warning: Member OpenPASS_.*is not documented/d"
"/warning: Member OpenPASS_.*is not documented/d"
# dealing with DOT issues bugs in Doxygen 1.9.
7
(or
earli
er)
# dealing with DOT issues bugs in Doxygen 1.9.
6
(or
lat
er)
# bug description - https://github.com/doxygen/doxygen/issues/8091
# bug description - https://github.com/doxygen/doxygen/issues/8091
filter
"1.9.6"
\
filter
"1.9.6"
\
"Filtering Doxygen error: Problems running dot: exit code=2, command='dot'"
\
"Filtering Doxygen error: Problems running dot: exit code=2, command='dot'"
\
...
@@ -98,6 +98,7 @@ filter "1.9.6" \
...
@@ -98,6 +98,7 @@ filter "1.9.6" \
# filtering warnings related to missing Mantle_API documenation
# filtering warnings related to missing Mantle_API documenation
echo
"Filtering warnings related to missing Mantle_API documenation"
echo
"Filtering warnings related to missing Mantle_API documenation"
sed
-i
"/conanThirdParty
\/
MantleAPI/d"
DoxygenWarningLog.txt
sed
-i
"/ parameter 'map_file_path'/d"
DoxygenWarningLog.txt
sed
-i
"/ parameter 'map_file_path'/d"
DoxygenWarningLog.txt
sed
-i
"/ parameter 'map_details'/d"
DoxygenWarningLog.txt
sed
-i
"/ parameter 'map_details'/d"
DoxygenWarningLog.txt
sed
-i
"/ parameter 'lateral_state'/d"
DoxygenWarningLog.txt
sed
-i
"/ parameter 'lateral_state'/d"
DoxygenWarningLog.txt
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment