Erwan Normand
Erwan Normand
DocFX requires two conditions to generate xref links: 1. Generating metadata from `.csproj` not from `.cs` files. 2. Building the documentation with a valid Unity installation on the machine. Therefore...
Hi, apologies for my very late answer. I'll try to reproduce on my machine.
DocFX requires two conditions to generate xref links: 1. Generating metadata from `.csproj` not from `.cs` files. 2. Building the documentation with a valid Unity installation on the machine. Therefore...
Apologies for the late answer. The `Documentation/index.md` is missing indeed because I copy it from `README.md`. It's step 9 of the section [Setup your documentation](https://github.com/NormandErwan/DocFxForUnity#setup-your-documentation) in the readme. It's also...
Hi, thank you for opening the issue! It's the first time I see this error with DocFX. I did some researchs on it. I think it's related to DocFX and...
Hi! Apologies for my very late answer! Thank you for your detailed feedback! I'll try to reproduce the issue. However, I can already remove the useless `catch (cv::Exception& e)` for...
Hello and thank you for opening the issue! Can you show me which are the two markers that are being detected?
Thank you for pointing this issue! I haven't tested yet this feature. I'm going to try it out both in OpenCV and with ArucoUnity. I'll try to fix it.
Removed Doxygen to DocFX to generate the documentation : https://normanderwan.github.io/ArucoUnity
The manual is good. The API docs need to be completed.