mirror of
				https://github.com/theoludwig/libcproject.git
				synced 2025-05-21 23:21:15 +02:00 
			
		
		
		
	fix: exclude release tools in documentation
This commit is contained in:
		
							
								
								
									
										1
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.github/workflows/release.yml
									
									
									
									
										vendored
									
									
								
							| @@ -12,6 +12,7 @@ jobs: | ||||
|         with: | ||||
|           fetch-depth: 0 | ||||
|           persist-credentials: false | ||||
|           submodules: recursive | ||||
|  | ||||
|       - name: 'Import GPG key' | ||||
|         uses: 'crazy-max/ghaction-import-gpg@v4' | ||||
|   | ||||
							
								
								
									
										2
									
								
								Doxyfile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Doxyfile
									
									
									
									
									
								
							| @@ -12,7 +12,7 @@ FILE_PATTERNS = *.h \ | ||||
| HTML_EXTRA_STYLESHEET  = doxygen-awesome-css/doxygen-awesome.css | ||||
|  | ||||
| RECURSIVE = YES | ||||
| EXCLUDE = test doxygen-awesome-css | ||||
| EXCLUDE = test doxygen-awesome-css node_modules | ||||
| GENERATE_LATEX = NO | ||||
| GENERATE_TREEVIEW = YES | ||||
| EXAMPLE_PATTERNS = * | ||||
|   | ||||
| @@ -30,7 +30,7 @@ C is a low-level programming language and we often end up reinventing the wheel | ||||
| - [GNU binutils](https://www.gnu.org/software/binutils/) | ||||
| - [GNU gcc](https://gcc.gnu.org/) | ||||
| - [GNU make](https://www.gnu.org/software/make/) | ||||
| - [clang-format](https://clang.llvm.org/docs/ClangFormat.html) | ||||
| - [ClangFormat](https://clang.llvm.org/docs/ClangFormat.html) | ||||
| - [Doxygen](https://www.doxygen.nl/) | ||||
|  | ||||
| For example on GNU/Linux Ubuntu: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user