Skip to content

Commit 5f5031b

Browse files
author
Austin Ziegler
committed
Suppressing the Net::SNMP documentation.
1 parent 4210087 commit 5f5031b

File tree

1 file changed

+2
-30
lines changed

1 file changed

+2
-30
lines changed

lib/net/snmp.rb

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,5 @@
1-
# $Id$
2-
#
3-
# NET::SNMP
4-
#
5-
#----------------------------------------------------------------------------
6-
#
7-
# Copyright (C) 2006-07 by Francis Cianfrocca. All Rights Reserved.
8-
#
9-
# Gmail: garbagecat10
10-
#
11-
# This program is free software; you can redistribute it and/or modify
12-
# it under the terms of the GNU General Public License as published by
13-
# the Free Software Foundation; either version 2 of the License, or
14-
# (at your option) any later version.
15-
#
16-
# This program is distributed in the hope that it will be useful,
17-
# but WITHOUT ANY WARRANTY; without even the implied warranty of
18-
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19-
# GNU General Public License for more details.
20-
#
21-
# You should have received a copy of the GNU General Public License
22-
# along with this program; if not, write to the Free Software
23-
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
24-
#
25-
#---------------------------------------------------------------------------
26-
#
27-
#
28-
1+
# :stopdoc:
292
module Net
30-
313
class SNMP
324
VERSION = '0.1.0'
335

@@ -292,4 +264,4 @@ def pdu_to_ber_string
292264

293265
end
294266
end
295-
267+
# :startdoc:

0 commit comments

Comments
 (0)