ZEHNNE J - 2022-01-21

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…)
img1
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 :
img2
All file are not in the same folder

import prog.clvariables as clvariables
[...]
class Horloge(clvariables.ClVariable):
 

Last edit: ZEHNNE J 2022-01-21