Exclude doxygen lof

This commit is contained in:
Pascal Serrarens 2024-12-31 09:04:57 +01:00
parent 478d028c09
commit 8bfa6dcea9
2 changed files with 1 additions and 12 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
DoxyGen/DoxyWarnLogfile.txt

View File

@ -1,12 +0,0 @@
warning: source 'images' is not a readable file or directory... skipping.
d:/Csharp/ControlCore/Thing.cs:24: warning: Member CoreThing(Participant client, byte networkId, byte thingId, byte thingType=0) (function) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:36: warning: Member Get(byte networkId, byte thingId) (function) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:10: warning: Member participant (variable) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:11: warning: Member networkId (variable) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:12: warning: Member id (variable) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:13: warning: Member parent (variable) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:14: warning: Member children (variable) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:15: warning: Member type (variable) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:16: warning: Member name (variable) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:17: warning: Member modelUrl (variable) of class Passer.Control.CoreThing is not documented.
d:/Csharp/ControlCore/Thing.cs:20: warning: Member Init() (function) of class Passer.Control.CoreThing is not documented.