0

I am currently trying to document my UWP-Project and was wondering if it is possible with doxygen to comment the *.xaml files?

I found this solution but it didn't work and I don't have enough reputation to comment on the solution.

Anyone got an idea or an alternative to doxygen where it is posible to create a documenation for *.xaml files?

Community
  • 1
  • 1
  • Can you please clarify the scenario a bit more? There are solutions out there that extract documentation from a source file (though I am not sure it is common to extract documentation from a .xaml file - since you cannot really export any types/properties etc. without the .xaml.cs file where you could add documentation). But were you expecting a solution that would add documentation to your code? – Unni Ravindranathan Jun 02 '16 at 02:49
  • I was looking for a solution that exports comments(or something similar) made in .xaml files to a documentation, for example a HTML generated documentation with doxygen. I got doxygen to recognize the .xaml files with the solution i mentioned, but it didn't export any comments to the documentation. cheers – the_tobster Jun 02 '16 at 14:33
  • Have you tried an aporoach similar to this post?https://stackoverflow.com/a/9631747/1480960 – bergermeister Aug 11 '18 at 12:01

0 Answers0