Changeset 2829 for trunk/tools
- Timestamp:
- Feb 19, 2000, 9:41:43 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/vslick/odin32.e
r2549 r2829 1 /* $Id: odin32.e,v 1. 2 2000-01-28 14:53:53 bird Exp $1 /* $Id: odin32.e,v 1.3 2000-02-19 08:41:43 bird Exp $ 2 2 * 3 3 * Visual SlickEdit Documentation Macros. … … 205 205 _insert_text("; @returns \n"); 206 206 _insert_text("; @param \n"); 207 _insert_text("; @uses \n"); 207 208 _insert_text("; @equiv \n"); 208 209 _insert_text("; @time \n"); … … 211 212 _insert_text("; @author "sOdin32UserName" (" sOdin32UserEmail ")\n"); 212 213 _insert_text("; @remark \n"); 213 up(1 0);214 up(11); 214 215 p_col = 3; 215 216 } … … 303 304 if (file_eq(p_extension, 'asm')) 304 305 { 305 _insert_text("; $Id: odin32.e,v 1. 2 2000-01-28 14:53:53 bird Exp $\n");306 _insert_text("; $Id: odin32.e,v 1.3 2000-02-19 08:41:43 bird Exp $\n"); 306 307 _insert_text("; \n"); 307 308 _insert_text("; \n"); … … 316 317 else 317 318 { 318 _insert_text("/* $Id: odin32.e,v 1. 2 2000-01-28 14:53:53 bird Exp $\n");319 _insert_text("/* $Id: odin32.e,v 1.3 2000-02-19 08:41:43 bird Exp $\n"); 319 320 _insert_text(" * \n"); 320 321 _insert_text(" * \n");
Note:
See TracChangeset
for help on using the changeset viewer.