Documentation regeneration and XML parsing fixes/updates.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9698 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2001-04-25 14:19:57 +00:00
parent 5dbf5144be
commit 0a86bba7b0
84 changed files with 2028 additions and 1677 deletions

View file

@ -2,9 +2,9 @@
<title>NSNotification</title>
</head>
<body>
<a href ="NSMutableString.html">[Previous]</a>
<a href ="Base.html">[Up]</a>
<a href ="NSNotificationCenter.html">[Next]</a>
<a href ="NSMutableString.html">[Previous] </a>
<a href ="Base.html">[Up] </a>
<a href ="NSNotificationCenter.html">[Next] </a>
<h1>NSNotification</h1>
<h3>Authors </h3>
<dl>
@ -27,11 +27,11 @@
</ul>
<h2>Methods </h2>
<ul>
<li><a href ="NSNotification.html#method-0">+notificationWithName:object:</a>
<li><a href ="NSNotification.html#method-1">+notificationWithName:object:userInfo:</a>
<li><a href ="NSNotification.html#method-2">-name</a>
<li><a href ="NSNotification.html#method-3">-object</a>
<li><a href ="NSNotification.html#method-4">-userInfo</a>
<li ><a href ="NSNotification.html#method-0">+notificationWithName:object:</a>
<li ><a href ="NSNotification.html#method-1">+notificationWithName:object:userInfo:</a>
<li ><a href ="NSNotification.html#method-2">-name</a>
<li ><a href ="NSNotification.html#method-3">-object</a>
<li ><a href ="NSNotification.html#method-4">-userInfo</a>
</ul>
<hr><h2>Class Methods </h2>
<h3><a name ="method-0">notificationWithName:object:</a></h3>