OpenCores
URL https://opencores.org/ocsvn/neorv32/neorv32/trunk

Subversion Repositories neorv32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /neorv32/trunk/docs
    from Rev 9 to Rev 10
    Reverse comparison

Rev 9 → Rev 10

/NEORV32.pdf Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream
/doxygen_makefile_sw
58,7 → 58,7
# entered, it will be relative to the location where doxygen was started. If
# left blank the current directory will be used.
 
OUTPUT_DIRECTORY = build
OUTPUT_DIRECTORY = doxygen_build
 
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create 4096 sub-
# directories (in 2 levels) under the output directory of each output format and
819,11 → 819,11
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
 
INPUT = ../README.md \
../sw/lib/source \
../sw/lib/include \
../sw/bootloader \
../sw/example
INPUT = $(PWD)/../README.md \
$(PWD)/../sw/lib/source \
$(PWD)/../sw/lib/include \
$(PWD)/../sw/bootloader \
$(PWD)/../sw/example
 
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.