Revision: 13346
          http://sourceforge.net/p/skim-app/code/13346
Author:   hofman
Date:     2023-03-08 09:57:34 +0000 (Wed, 08 Mar 2023)
Log Message:
-----------
move headerdoc comments behind preprocessor directives

Modified Paths:
--------------
    trunk/SkimNotes/SKNPDFAnnotationNote.h

Modified: trunk/SkimNotes/SKNPDFAnnotationNote.h
===================================================================
--- trunk/SkimNotes/SKNPDFAnnotationNote.h      2023-03-07 10:30:22 UTC (rev 
13345)
+++ trunk/SkimNotes/SKNPDFAnnotationNote.h      2023-03-08 09:57:34 UTC (rev 
13346)
@@ -65,13 +65,13 @@
 */
 extern PDFSize SKNPDFAnnotationNoteSize;
 
+#if !defined(PDFKIT_PLATFORM_IOS)
+#pragma clang diagnostic push
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
 /*!
     @abstract    A concrete <code>PDFAnnotation</code> subclass, a subclass of 
<code>PDFAnnotationText</code>, representing a Skim anchored note.
     @discussion  This is a <code>PDFAnnotationText</code> subclass containing 
a separate short string value, a longer rich text property, and an image 
property.
 */
-#if !defined(PDFKIT_PLATFORM_IOS)
-#pragma clang diagnostic push
-#pragma clang diagnostic ignored "-Wdeprecated-declarations"
 @interface SKNPDFAnnotationNote : PDFAnnotationText
 #pragma clang diagnostic pop
 #else

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to