ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.pod
(Generate patch)

Comparing libecb/ecb.pod (file contents):
Revision 1.66 by sf-exg, Fri Feb 20 11:28:08 2015 UTC vs.
Revision 1.68 by root, Fri Feb 20 16:50:08 2015 UTC

242Similar to C<ecb_unused>, but marks a function, variable or type as 242Similar to C<ecb_unused>, but marks a function, variable or type as
243deprecated. This makes some compilers warn when the type is used. 243deprecated. This makes some compilers warn when the type is used.
244 244
245=item ecb_deprecated_message (message) 245=item ecb_deprecated_message (message)
246 246
247Same as C<ecb_deprecated>, but if possible, supplies a diagnostic that is 247Same as C<ecb_deprecated>, but if possible, the specified diagnostic is
248used instead of a generic depreciation message when the object is being 248used instead of a generic depreciation message when the object is being
249used. 249used.
250 250
251=item ecb_inline 251=item ecb_inline
252 252
838 838
839When defined to C<1>, do not export any functions that might introduce 839When defined to C<1>, do not export any functions that might introduce
840dependencies on the math library (usually called F<-lm>) - these are 840dependencies on the math library (usually called F<-lm>) - these are
841marked with [-UECB_NO_LIBM]. 841marked with [-UECB_NO_LIBM].
842 842
843=head1 UNDOCUMENTED FUNCTIONALITY
844
845F<ecb.h> is full of undocumented functionality as well, some of which is
846intended to be internal-use only, some of which we forgot to document, and
847some of which we hide because we are not sure we will keep the interface
848stable.
849
850While you are welcome to rummage around and use whatever you find useful
851(we can't stop you), keep in mind that we will change undocumented
852functionality in incompatible ways without thinking twice, while we are
853considerably more conservative with documented things.
854
855=head1 AUTHORS
856
857C<libecb> is designed and maintained by:
858
859 Emanuele Giaquinta <e.giaquinta@glauco.it>
860 Marc Alexander Lehmann <schmorp@schmorp.de>
861
843=back 862=back
844 863
845 864

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines