goba            Sat Dec 15 11:28:14 2001 EDT

  Modified files:              
    /phpdoc/en  language-snippets.ent 
    /phpdoc/hu  language-snippets.ent 
  Log:
  Adding build breaking missing warn.undocumented function
  
  
Index: phpdoc/en/language-snippets.ent
diff -u phpdoc/en/language-snippets.ent:1.18 phpdoc/en/language-snippets.ent:1.19
--- phpdoc/en/language-snippets.ent:1.18        Fri Dec 14 16:02:56 2001
+++ phpdoc/en/language-snippets.ent     Sat Dec 15 11:28:14 2001
@@ -1,4 +1,4 @@
-<!-- $Revision: 1.18 $ -->
+<!-- $Revision: 1.19 $ -->
 
 <!ENTITY warn.experimental '<warning><simpara>This extension is
 <emphasis>EXPERIMENTAL</emphasis>. The behaviour of this extension,
@@ -12,6 +12,10 @@
 name of this function, and anything else documented about this
 function may change in a future release of PHP without notice.  Be
 warned and use this function at your own risk.</simpara></warning>'>
+
+<!ENTITY warn.undocumented.func '<warning><simpara>This function is
+currently not documented, only the argument list is
+available.</simpara></warning>'>
 
 <!ENTITY tip.ob-capture '<tip><simpara>As with anything that outputs
 its result directly to the browser, you can use the <link
Index: phpdoc/hu/language-snippets.ent
diff -u phpdoc/hu/language-snippets.ent:1.14 phpdoc/hu/language-snippets.ent:1.15
--- phpdoc/hu/language-snippets.ent:1.14        Sat Dec 15 10:01:42 2001
+++ phpdoc/hu/language-snippets.ent     Sat Dec 15 11:28:14 2001
@@ -15,6 +15,10 @@
 figyelmeztetés nélkül. Ezt a függvényt csak a saját
 felelősségedre használd!</simpara></warning>'>
 
+<!ENTITY warn.undocumented.func '<warning><simpara>Ez a függvény
+jelenleg nincs dokumentálva, csak a paraméterek listája
+található itt.</simpara></warning>'>
+
 <!ENTITY tip.ob-capture '<tip><simpara>Mint bármilyen más esetben,
 amikor a kimenet közvetlenül a böngészőhöz kerül, használhatod az
 <link linkend="ref.outcontrol">kimenet szabályozó


Reply via email to