Searched +full:- +full:- +full:short (Results 1 – 2 of 2) sorted by relevance
7 permissions: read-all11 runs-on: ubuntu-22.0418 - name: Checkout Code21 - name: Git Prepare24 git config --global user.email "intel_hal@intel.github.com"25 git config --global user.name "Intel HAL Docs Robot"28 - name: Install Doxygen Tools30 sudo apt-get update31 sudo apt-get install -y graphviz doxygen33 - name: Run Doxygen[all …]
16 #---------------------------------------------------------------------------18 #---------------------------------------------------------------------------21 # file that follow. The default is UTF-8 which is also the encoding used for all25 # The default value is: UTF-8.27 DOXYFILE_ENCODING = UTF-830 # double-quotes, unless you are using Doxywizard) that should identify the45 # quick idea about the purpose of the project. Keep the description short.63 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-73 # If the ALLOW_UNICODE_NAMES tag is set to YES, doxygen will allow non-ASCII74 # characters to appear in the names of generated files. If set to NO, non-ASCII[all …]