-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doxygen build... #21967
Comments
@achsoftathome, you can absolutely make a pull request! |
The Doxygen configuration file does not allow the generation of the documentation. To solve this problem, I made some changes: * I excluded symbolic links to avoid infinite recurrences. * I excluded the "third_party" which causes too many troubles. I disabled the transformation of the warning into an error because there's few warning during documentation generation. I have deliberately not made any changes so as not to be too intrusive. I invite the managers of these parts to make corrections that will certainly be more relevant than mine. I put logs file on ticket. Doc entry point: ./docs/html/index.html Build command: CHIP_NAME="xxxx" CHIP_VERSION="v x.y.z" doxygen ./docs/Doxyfile
The Doxygen configuration file does not allow the generation of the documentation. To solve this problem, I made some changes: * I excluded symbolic links to avoid infinite recurrences. * I excluded the "third_party" which causes too many troubles. I disabled the transformation of the warning into an error because there's few warning during documentation generation. I have deliberately not made any changes so as not to be too intrusive. I invite the managers of these parts to make corrections that will certainly be more relevant than mine. I put logs file on ticket. Doc entry point: ./docs/html/index.html Build command: CHIP_NAME="xxxx" CHIP_VERSION="v x.y.z" doxygen ./docs/Doxyfile
Also consider changes in #19950 Those were to large to allow for 1.0, however it shows a large update to our doc layout. |
…ip#22180) The Doxygen configuration file does not allow the generation of the documentation. To solve this problem, I made some changes: * I excluded symbolic links to avoid infinite recurrences. * I excluded the "third_party" which causes too many troubles. I disabled the transformation of the warning into an error because there's few warning during documentation generation. I have deliberately not made any changes so as not to be too intrusive. I invite the managers of these parts to make corrections that will certainly be more relevant than mine. I put logs file on ticket. Doc entry point: ./docs/html/index.html Build command: CHIP_NAME="xxxx" CHIP_VERSION="v x.y.z" doxygen ./docs/Doxyfile
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Hi, I made some modifications to allow the construction of the documentation ( doxygen) and I replace the logo by the one of Matter. The problem is induced by the symbolic links which are everywhere. They point to the root of the project, the tool enters in recursion...crash...
Could I make a pull request or pass these two files to someone in the project, tell me?
The text was updated successfully, but these errors were encountered: