Subject: | [Q] Move private methods to Public Member Functions block |
Date: | Tue, 28 Jul 2015 12:55:34 +0300 |
To: | bug-Doxygen-Filter-Perl [...] rt.cpan.org |
From: | Maxim Gusakov <gmax [...] portaone.com> |
Hi,
Reproduced on 1.72
Is it intentional behavior that if method is marked as @private, it
still appears in "Public Member Functions" block in generated html doc?
I understand that there is no true encapsulation for perl methods, and
you can invoke "private" methods outside of
a class, but still, wouldn't it be more logical to put @private methods
to Private block?
Below are files to reproduce the problem.
--
Max
Message body not shown because it is not plain text.
Message body is not shown because sender requested not to inline it.