mirror of
				https://github.com/ArthurSonzogni/FTXUI.git
				synced 2025-10-31 02:28:11 +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:
		 Tushar Maheshwari
					Tushar Maheshwari
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						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