X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/308dc7bdfb924370cfd205f656eb0e83191d01a9..b3db2950b11fc5f3abd9ecdae855746e2d19c836:/doc/gob2.1.in diff --git a/doc/gob2.1.in b/doc/gob2.1.in index f36c725..67c6f55 100644 --- a/doc/gob2.1.in +++ b/doc/gob2.1.in @@ -59,11 +59,11 @@ unchanged however. .TP .B --always-private-header Always create a \fB-private.h\fR file, even if it would be empty. -This is the default. .TP .B --ondemand-private-header Create the private header only if it would have something in it, that is, if there are some private data members or protected methods. +This is the default. .TP .B --no-private-header Never create a private header file. If we use any private data members, @@ -91,9 +91,12 @@ and SELF_CLASS macros. Do not remove the initial underscore from method names. .TP .B --always-private-struct -Always include the private pointer in the public header file. This is useful for -files which are part of a library and you want to reserve the right to add some -private data members without breaking binary compatibility. +Always include the private pointer in the public header file. This is useful +for files which are part of a library and you want to reserve the right to add +some private data members without breaking binary compatibility. +.TP +.B -o --output-dir +The directory into which output should be placed. .SH TYPENAMES .PP @@ -1109,7 +1112,7 @@ check for GOB2 in your configure.in file. You can use the supplied m4 macro which will also check the version of gob. Basically you include this: .nf - GOB2_CHECK(2.0.0) + GOB2_CHECK([2.0.0]) .fi This will replace @GOB2@ in your makefiles with the full path of gob2. Thus