mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-22 20:58:10 +08:00
Improve documentation workflow (#163)
* Compact project relative paths from doc directory * Remove committed example_list.md - generate example_list from cmake for documentation * Fix doxygen same-line comments * Add workflow for generating documentation
This commit is contained in:

committed by
GitHub

parent
7f95d59954
commit
a40a54ec10
@@ -17,11 +17,3 @@ for file in $files
|
||||
do
|
||||
clang-format -i $file
|
||||
done
|
||||
|
||||
exampleList="./doc/example_list.md"
|
||||
echo "# Examples" > $exampleList
|
||||
files=$(find ./examples -iname "*.cpp" | sort)
|
||||
for f in $files
|
||||
do
|
||||
echo "@example $f" >> $exampleList
|
||||
done
|
||||
|
Reference in New Issue
Block a user