mirror of
https://github.com/mysensors/MySensors.git
synced 2026-02-19 17:11:28 +01:00
Documentation is now generated by invoking a shell script
which takes care of all the plumbing.
There is now also support of inlineing PlantUML syntax with
Doxygen. This inlining takes the form of
@startuml{imagename.png}
'PlantUML specific syntax'
@enduml
The inlineing can be made in C syntax comment blocks.
Doxygen will then include the generated UML diagram when
rendering the HTML documentation.
All generated images will be placed under Documentation/img
which is the default search path for Doxygen.
23 lines
451 B
Plaintext
23 lines
451 B
Plaintext
# Set default behaviour, in case users don't have core.autocrlf set.
|
|
* text eol=lf
|
|
|
|
# Explicitly declare text files we want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
*.c text
|
|
*.cpp text
|
|
*.h text
|
|
*.ino text
|
|
*.xml text
|
|
*.lua text
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.ttf binary
|
|
*.eot binary
|
|
*.svg binary
|
|
*.woff binary
|
|
*.epg binary
|
|
*.jar binary
|