Hello there,
I am trying to use Doxygen feature included in WinCC OA to generate documentation and I found out that when I use some letter in my script/library, the document generated is messing around.
To debug this, I have set Doxygen config to generate all (public,protected,private members).
When there is some letter like 'é', 'à' or 'ç' in the file, Doxygen will put some public members to private/protected or the way around.
Doxygen config is set to use UTF-8 encoded file and I have checked my files, they are correctly encoded in UTF-8.
I am using WinCC OA 3.17P2 with Doxygen 1.8.20 and generating html in French.
Any other option I have been missing around or should I only avoid those letter if I want to generate Doxygen documentation with WinCC OA ?
Project documentation (doxygen)
- gschijndel
- Posts:376
- Joined: Tue Jan 15, 2019 3:12 pm
Re: Project documentation (doxygen)
This issue should be fixed with the upcoming patch.
- uxout
- Posts:82
- Joined: Wed Jul 20, 2016 12:07 pm
Re: Project documentation (doxygen)
Ok, good to know. Thanks !