Hello This is my 1st msg here. I use Doxygen to document a python project on Raspberry (program execution) / Mac OS (doxygen) I've a problem for a class "Capteur". Doxygen don't see the parent class. (I try to insert images…) All files are in the same folder /sensors/, and I use import sensors.base as sbase [...] class Compteur(sbase.Capteur): For another parent class, it's OK : All file are not in the same folder import prog.clvariables as clvariables [...] class Horloge(clvariables.ClVariable)...
Hello This is my 1st msg here. I use Doxygen to document a python project on Raspberry (program execution) / Mac OS (doxygen) I've a problem for a class "Capteur". Doxygen don't see the parent class. (I try to insert images…) [url=https://www.photorapide.com/images.php?photoName=atk8sw.jpg&photoId=1630845][img]https://sm3.photorapide.com/membres/5043/photos/atk8sw.jpg[/img][/url] All files are in the same folder /sensors/, and I use import sensors.base as sbase [...] class Compteur(sbase.Capteur):...