X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/4388f060552cc537e71e957d32f35e9d75a61233..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/layoutex/layout/plruns.h?ds=sidebyside diff --git a/icuSources/layoutex/layout/plruns.h b/icuSources/layoutex/layout/plruns.h index 2e48d4dc..6cbece80 100644 --- a/icuSources/layoutex/layout/plruns.h +++ b/icuSources/layoutex/layout/plruns.h @@ -1,3 +1,5 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /* * * (C) Copyright IBM Corp. 1998-2011 - All Rights Reserved @@ -18,14 +20,17 @@ /** * Opaque datatype representing an array of font runs + * @internal */ typedef void pl_fontRuns; /** * Opaque datatype representing an array of value runs + * @internal */ typedef void pl_valueRuns; /** * Opaque datatype representing an array of locale runs + * @internal */ typedef void pl_localeRuns;